home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-10-17 | 394 b | 15 lines | [TEXT/CWIE] |
- // ===========================================================================
- // CComApp.h ©1996 Microsoft Corporation. All rights reserved.
- // ===========================================================================
-
- class CCOMApp
- {
- public:
- CCOMApp(void);
- ~CCOMApp(void);
-
- static Boolean IsCOMAvailable(void) { return sCOMInited; };
-
- private:
- static Boolean sCOMInited;
- };